]> git.r.bdr.sh - rbdr/Flat-Bezel.qsplugin/blobdiff - Flat Bezel/BBFlatBezelInterface.m
Adjust colors and radius
[rbdr/Flat-Bezel.qsplugin] / Flat Bezel / BBFlatBezelInterface.m
index a191f8149056d0f36bde07ba4d8c37e078d556fe..bac396fbff57bac5136117f491128fdbd315e53e 100644 (file)
       
         [theCell setBackgroundColor:[NSColor clearColor]];
         [theCell setFont:[NSFont systemFontOfSize:11 weight:NSFontWeightLight]];
-        [theCell setCellRadiusFactor:8];
+        [theCell setCellRadiusFactor:4];
       
         [theCell setHighlightColor:[NSColor colorWithRed:1 green:1 blue:1 alpha:.15]];
-        [theCell setTextColor:[NSColor colorWithWhite:.8 alpha:1]];
+        [theCell setTextColor:[NSColor textColor]];
         [theCell setShowDetails:NO];
         [theCell setState:NSControlStateValueOn];
         [theCell setIconSize:QSSize128];
@@ -82,7 +82,7 @@
     NSRect screenRect = [[NSScreen mainScreen] frame];
     
     if (!shouldExpand) {
-        newRect.size.width -= 208;
+        newRect.size.width -= 192;
     }
     
     return NSOffsetRect(centerRectInRect(newRect, screenRect), 0, (NSHeight(screenRect) / 5));